﻿@charset "utf-8";

body{ padding:0; margin:0;font-size:12px; font-family:"微软雅黑";-webkit-font-smoothing:antialiased;font-smoothing:antialiased; background:url(../images/cloud.jpg) no-repeat top center #fff;}

.body{ position:relative; bottom:0; left:0;background:url(../images/footer_bg.jpg) no-repeat center bottom;}
a{ text-decoration:none;cursor:pointer;}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul{list-style:none;}
img{border:0px;}
.clearfloat{clear:both; height:0px; font-size:1px; line-height:0px;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}

@media screen and (max-width: 768px){
.body{ position:inherit; background:#f4f6f6;}
body{margin:0px; padding:0px; width:100%; font-size:14px; font-family:"微软雅黑"; min-width:320px;overflow-x:hidden; margin:0 auto; background:none;}
}